surface: Cosmetics
authorMatthias Clasen <mclasen@redhat.com>
Sat, 20 Apr 2019 15:24:42 +0000 (15:24 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 28 May 2019 20:25:14 +0000 (20:25 +0000)
gdk/gdksurfaceimpl.c

index 0cacdb72ae08cd4e776654ff589cd94ed6380311..c038e61e11afe7ef12c12b75978776c08316c16a 100644 (file)
@@ -41,7 +41,7 @@ gdk_surface_impl_beep (GdkSurface *surface)
 
 static GdkDisplay *
 get_display_for_surface (GdkSurface *primary,
-                        GdkSurface *secondary)
+                         GdkSurface *secondary)
 {
   GdkDisplay *display = gdk_surface_get_display (primary);
 
@@ -174,13 +174,13 @@ maybe_flip_position (gint      bounds_pos,
 }
 
 static void
-gdk_surface_impl_move_to_rect (GdkSurface          *surface,
-                              const GdkRectangle *rect,
-                              GdkGravity          rect_anchor,
-                              GdkGravity          surface_anchor,
-                              GdkAnchorHints      anchor_hints,
-                              gint                rect_anchor_dx,
-                              gint                rect_anchor_dy)
+gdk_surface_impl_move_to_rect (GdkSurface         *surface,
+                               const GdkRectangle *rect,
+                               GdkGravity          rect_anchor,
+                               GdkGravity          surface_anchor,
+                               GdkAnchorHints      anchor_hints,
+                               gint                rect_anchor_dx,
+                               gint                rect_anchor_dy)
 {
   GdkSurface *transient_for_toplevel;
   GdkDisplay *display;